GEO Data

Preparation Notes

Boundaries

canvasXpress(
    data            = FALSE,
    graphType       = "Map",
    title           = "Health Authorities (HA)",
    colorBy         = "HLTH_AUTHORITY_NAME",
    showLegendTitle = FALSE,
    topoJSON        = boundaries.lha,
    events          = ha.events
)
canvasXpress(
    data       = FALSE,
    graphType  = "Map",
    title      = "Local Health Authorities (LHA)",
    colorBy    = "LOCAL_HLTH_AREA_NAME",
    showLegend = FALSE,
    topoJSON   = boundaries.lha,
    events     = lha.events
)